home *** CD-ROM | disk | FTP | other *** search
/ .net 2000 August / NET74.ISO / pc / Software / My Web Toolbox / MWToolbox205.exe / 0 / RCDATA / TFONBANNERTEXT / TFONBANNERTEXT.txt < prev   
Encoding:
Text File  |  2000-05-18  |  6.2 KB  |  339 lines

  1. object foNBannerText: TfoNBannerText
  2.   Left = 155
  3.   Top = 24
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Text properties'
  7.   ClientHeight = 268
  8.   ClientWidth = 419
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   OnPaint = FormPaint
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object laNText: TLabel
  21.     Left = 92
  22.     Top = 168
  23.     Width = 21
  24.     Height = 13
  25.     Caption = 'Text'
  26.   end
  27.   object laNName: TLabel
  28.     Left = 32
  29.     Top = 24
  30.     Width = 50
  31.     Height = 13
  32.     Caption = 'Font name'
  33.   end
  34.   object laNStyle: TLabel
  35.     Left = 152
  36.     Top = 24
  37.     Width = 45
  38.     Height = 13
  39.     Caption = 'Font style'
  40.   end
  41.   object laNSize: TLabel
  42.     Left = 216
  43.     Top = 25
  44.     Width = 20
  45.     Height = 13
  46.     Caption = 'Size'
  47.   end
  48.   object laNFontAndText: TLabel
  49.     Left = 32
  50.     Top = 6
  51.     Width = 112
  52.     Height = 13
  53.     Caption = 'Font and Text attributes'
  54.     Font.Charset = DEFAULT_CHARSET
  55.     Font.Color = clWindowText
  56.     Font.Height = -11
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = [fsUnderline]
  59.     ParentFont = False
  60.   end
  61.   object laNColourAttributes: TLabel
  62.     Left = 288
  63.     Top = 6
  64.     Width = 99
  65.     Height = 13
  66.     Caption = 'Text colour attributes'
  67.     Font.Charset = DEFAULT_CHARSET
  68.     Font.Color = clWindowText
  69.     Font.Height = -11
  70.     Font.Name = 'MS Sans Serif'
  71.     Font.Style = [fsUnderline]
  72.     ParentFont = False
  73.   end
  74.   object laNSampleTitle: TLabel
  75.     Left = 301
  76.     Top = 168
  77.     Width = 35
  78.     Height = 13
  79.     Caption = 'Sample'
  80.   end
  81.   object laNQuick: TLabel
  82.     Left = 299
  83.     Top = 37
  84.     Width = 60
  85.     Height = 13
  86.     Caption = 'Quick colour'
  87.   end
  88.   object Label1: TLabel
  89.     Left = 300
  90.     Top = 53
  91.     Width = 58
  92.     Height = 13
  93.     Caption = '24 bit colour'
  94.   end
  95.   object laNHTML: TLabel
  96.     Left = 300
  97.     Top = 69
  98.     Width = 97
  99.     Height = 13
  100.     Caption = 'HTML named colour'
  101.   end
  102.   object laNBrowser: TLabel
  103.     Left = 300
  104.     Top = 85
  105.     Width = 93
  106.     Height = 13
  107.     Caption = 'Browser safe colour'
  108.   end
  109.   object laNScreen: TLabel
  110.     Left = 300
  111.     Top = 102
  112.     Width = 66
  113.     Height = 13
  114.     Caption = 'Screen colour'
  115.   end
  116.   object laNValue: TLabel
  117.     Left = 305
  118.     Top = 120
  119.     Width = 27
  120.     Height = 13
  121.     Caption = 'Value'
  122.   end
  123.   object laNColour: TLabel
  124.     Left = 363
  125.     Top = 120
  126.     Width = 30
  127.     Height = 13
  128.     Caption = 'Colour'
  129.   end
  130.   object buNOK: TButton
  131.     Left = 13
  132.     Top = 221
  133.     Width = 75
  134.     Height = 25
  135.     Caption = 'OK'
  136.     TabOrder = 0
  137.     OnMouseDown = buNOKMouseDown
  138.   end
  139.   object buNCancel: TButton
  140.     Left = 120
  141.     Top = 222
  142.     Width = 75
  143.     Height = 25
  144.     Caption = 'Cancel'
  145.     ModalResult = 2
  146.     TabOrder = 1
  147.   end
  148.   object edNText: TEdit
  149.     Left = 8
  150.     Top = 188
  151.     Width = 205
  152.     Height = 21
  153.     Hint = 'Text to appear on  banner'
  154.     ParentShowHint = False
  155.     ShowHint = True
  156.     TabOrder = 2
  157.     Text = ' '
  158.     OnChange = edNTextChange
  159.     OnKeyPress = edNTextKeyPress
  160.     OnKeyUp = edNTextKeyUp
  161.   end
  162.   object edNFontName: TEdit
  163.     Left = 15
  164.     Top = 40
  165.     Width = 121
  166.     Height = 21
  167.     ReadOnly = True
  168.     TabOrder = 3
  169.   end
  170.   object lbNFontName: TListBox
  171.     Left = 15
  172.     Top = 62
  173.     Width = 121
  174.     Height = 95
  175.     ItemHeight = 13
  176.     TabOrder = 4
  177.     OnClick = lbNFontNameClick
  178.   end
  179.   object edNFontStyle: TEdit
  180.     Left = 149
  181.     Top = 40
  182.     Width = 57
  183.     Height = 21
  184.     ReadOnly = True
  185.     TabOrder = 5
  186.   end
  187.   object lbNFontStyle: TListBox
  188.     Left = 149
  189.     Top = 62
  190.     Width = 57
  191.     Height = 57
  192.     ItemHeight = 13
  193.     Items.Strings = (
  194.       'Regular'
  195.       'Italic'
  196.       'Bold'
  197.       'Bold Italic')
  198.     TabOrder = 6
  199.     OnClick = lbNFontStyleClick
  200.   end
  201.   object edNFontSize: TEdit
  202.     Left = 215
  203.     Top = 40
  204.     Width = 37
  205.     Height = 21
  206.     TabOrder = 7
  207.     OnExit = edNFontSizeExit
  208.     OnKeyPress = edNFontSizeKeyPress
  209.     OnKeyUp = edNFontSizeKeyUp
  210.   end
  211.   object lbNSize: TListBox
  212.     Left = 215
  213.     Top = 62
  214.     Width = 37
  215.     Height = 57
  216.     ItemHeight = 13
  217.     Items.Strings = (
  218.       '8'
  219.       '9'
  220.       '10'
  221.       '12'
  222.       '14'
  223.       '18'
  224.       '20'
  225.       '24')
  226.     TabOrder = 8
  227.     OnClick = lbNSizeClick
  228.   end
  229.   object cbNUnderline: TCheckBox
  230.     Left = 152
  231.     Top = 124
  232.     Width = 97
  233.     Height = 17
  234.     Hint = 'Select to underline text'
  235.     Caption = 'Underline text'
  236.     ParentShowHint = False
  237.     ShowHint = True
  238.     TabOrder = 9
  239.     OnClick = cbNUnderlineClick
  240.   end
  241.   object cbNStrikeout: TCheckBox
  242.     Left = 152
  243.     Top = 144
  244.     Width = 97
  245.     Height = 17
  246.     Caption = 'Strikeout text'
  247.     TabOrder = 10
  248.     OnClick = cbNStrikeoutClick
  249.   end
  250.   object paNSample: TPanel
  251.     Left = 223
  252.     Top = 187
  253.     Width = 188
  254.     Height = 60
  255.     TabOrder = 11
  256.     object imNSample: TImage
  257.       Left = 1
  258.       Top = 1
  259.       Width = 186
  260.       Height = 58
  261.       Align = alClient
  262.       AutoSize = True
  263.       Stretch = True
  264.     end
  265.     object laNSample: TLabel
  266.       Left = 37
  267.       Top = 25
  268.       Width = 3
  269.       Height = 13
  270.       Alignment = taCenter
  271.       Layout = tlCenter
  272.     end
  273.   end
  274.   object edNTextColour: TEdit
  275.     Left = 289
  276.     Top = 136
  277.     Width = 59
  278.     Height = 21
  279.     CharCase = ecUpperCase
  280.     MaxLength = 6
  281.     TabOrder = 12
  282.     OnExit = edNTextColourExit
  283.     OnKeyPress = edNTextColourKeyPress
  284.     OnKeyUp = edNTextColourKeyUp
  285.   end
  286.   object paNTextColour: TPanel
  287.     Left = 360
  288.     Top = 136
  289.     Width = 40
  290.     Height = 21
  291.     TabOrder = 13
  292.   end
  293.   object buNQuick: TButton
  294.     Left = 283
  295.     Top = 38
  296.     Width = 11
  297.     Height = 11
  298.     TabOrder = 14
  299.     TabStop = False
  300.     OnClick = buNQuickClick
  301.   end
  302.   object buN24bit: TButton
  303.     Left = 283
  304.     Top = 54
  305.     Width = 11
  306.     Height = 11
  307.     TabOrder = 15
  308.     TabStop = False
  309.     OnClick = buN24bitClick
  310.   end
  311.   object buNHTML: TButton
  312.     Left = 283
  313.     Top = 70
  314.     Width = 11
  315.     Height = 11
  316.     TabOrder = 16
  317.     TabStop = False
  318.     OnClick = buNHTMLClick
  319.   end
  320.   object buNBrowser: TButton
  321.     Left = 283
  322.     Top = 86
  323.     Width = 11
  324.     Height = 11
  325.     TabOrder = 17
  326.     TabStop = False
  327.     OnClick = buNBrowserClick
  328.   end
  329.   object buNScreen: TButton
  330.     Left = 283
  331.     Top = 102
  332.     Width = 11
  333.     Height = 11
  334.     TabOrder = 18
  335.     TabStop = False
  336.     OnClick = buNScreenClick
  337.   end
  338. end
  339.